Get Sign
Command Prototype
iRet = Math.Sgn(dNum)
Command Description
Get the sign of the parameter dNum; return 1 when the data is positive, and return -1 when the data is negative
Parameter Description
- Required Parameter
- dNum--The data to process
- return
- iRet--The variable used to save the output of the function call